NodeHighlightOrBuilder

interface NodeHighlightOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getChatSwitch(): Boolean

Hightlight nodes w/ active chat
bool chat_switch = 1;
Link copied to clipboard
abstract fun getIaqSwitch(): Boolean

Highlight nodes w/ iaq data
bool iaq_switch = 4;
Link copied to clipboard
abstract fun getNodeName(): String

Highlight nodes by matching name string
string node_name = 5;
Link copied to clipboard
abstract fun getNodeNameBytes(): ByteString

Highlight nodes by matching name string
string node_name = 5;
Link copied to clipboard
abstract fun getPositionSwitch(): Boolean

Highlight nodes w/ position
bool position_switch = 2;
Link copied to clipboard
abstract fun getTelemetrySwitch(): Boolean

Highlight nodes w/ telemetry data
bool telemetry_switch = 3;